Skip to content

Conversation

smuppand
Copy link
Contributor

This patch enhances the Zstd Archive Release workflow by:

Switching tag filter to a glob (v*..) instead of a regex, ensuring semver-style tags (e.g. v1.2.3) actually trigger the workflow.

Adding workflow_dispatch, so you can manually run the job from the Actions UI without pushing a tag.

Emitting both tag_name and short_tag in the version-extraction step:

tag_name retains the leading v (e.g. v1.2.3)

short_tag strips it (e.g. 1.2.3)

…short tag

- Change push tags pattern from regex to glob ('v*.*.*') for proper semver matching
- Add workflow_dispatch trigger for manual runs
- Extract and emit both full tag () and stripped tag () in version step

Signed-off-by: Srikanth Muppandam <[email protected]>
@smuppand smuppand requested a review from vnarapar July 21, 2025 04:29
@abbajaj806 abbajaj806 self-requested a review July 21, 2025 04:31
Copy link
Contributor

@abbajaj806 abbajaj806 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@abbajaj806 abbajaj806 merged commit 07b9e22 into qualcomm-linux:main Jul 21, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants